<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 line-height: 1.15;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
 margin: 0;
 font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue",
 Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei",
 sans-serif;
 line-height: 1.42857143;
 font-size: 14px;
 min-width: 1200px;
 background: #fff;
 color: #333;
}

h1 {
 font-size: 2em;
 margin: 0.67em 0;
}

figure {
 margin: 1em 40px;
}

hr {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}

a {
 -webkit-text-decoration-skip: objects;
 background-color: transparent;
}

abbr[title] {
 border-bottom: none;
 -webkit-text-decoration: underline dotted;
 text-decoration: underline dotted;
}

b,
strong {
 font-weight: bolder;
}

dfn {
 font-style: italic;
}

mark {
 background-color: #ff0;
 color: #000;
}

small {
 font-size: 80%;
}

sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

sub {
 bottom: -0.25em;
}

sup {
 top: -0.5em;
}

audio:not([controls]) {
 display: none;
 height: 0;
}

img {
 border-style: none;
}

svg:not(:root) {
 overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
 line-height: 1.42857143;
 margin: 0;
 outline: none;
}

body,
button,
input,
select,
textarea {
 text-rendering: optimizeLegibility;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -moz-font-feature-settings: "liga", "kern";
}

button,
input {
 overflow: visible;
}

button,
select {
 text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
 -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}

fieldset {
 padding: 0.35em 0.75em 0.625em;
}

legend {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 color: inherit;
 display: table;
 max-width: 100%;
 padding: 0;
 white-space: normal;
}

progress {
 display: inline-block;
 vertical-align: baseline;
}

textarea {
 overflow: auto;
}

[type="checkbox"],
[type="radio"] {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
 height: auto;
}

[type="search"] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}

summary {
 display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
 display: block;
}

pre,
code,
kbd,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}

audio,
video,
canvas {
 display: inline-block;
}

template,
[hidden] {
 display: none;
}

.clearfix {
 zoom: 1;
}

.clearfix:before,
.clearfix:after {
 display: table;
 line-height: 0;
 content: "";
}

.clearfix:after {
 clear: both;
}

a {
 color: #333;
 text-decoration: none;
}

a:hover {
 color: #dd2821;
}

ul {
 margin: 0;
 list-style: none;
 padding: 0;
}

@-webkit-keyframes rotate {
 0% {
 -webkit-transform: rotate(0deg);
 }

 100% {
 -webkit-transform: rotate(360deg);
 }
}

@keyframes rotate {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 }

 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
 }
}

@-webkit-keyframes shake {

 from,
 to {
 -webkit-transform: translate3d(0, 0, 0);
 }

 20%,
 60% {
 -webkit-transform: translate3d(-10px, 0, 0);
 }

 40%,
 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 }
}

@keyframes shake {

 from,
 to {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 }

 20%,
 60% {
 -webkit-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
 }

 40%,
 80% {
 -webkit-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
 }
}

.container {
 width: 1200px;
 margin: 0 auto;
}

.img-center {
 text-align: center;
 font-size: 0;
}

.img-center img {
 display: inline-block;
 width: auto;
 height: auto;
 max-width: 100%;
 max-height: 100%;
 vertical-align: middle;
}

.kefu {
 position: fixed;
 right: -170px;
 top: 50%;
 z-index: 900;
}

.kefu li a {
 text-decoration: none;
}

.kefu li {
 margin-top: 1px;
 clear: both;
 height: 71px;
 position: relative;
}

.kefu li i {
 background: url(../images/fx.png) no-repeat;
 display: block;
 width: 30px;
 height: 27px;
 margin: 0 auto;
 text-align: center;
}

.kefu li p {
 height: 20px;
 font-size: 14px;
 line-height: 20px;
 overflow: hidden;
 text-align: center;
 color: #fff;
 margin: 0;
}

.kefu .kefu-qq i {
 background-position: 4px 5px;
}

.kefu .kefu-tel i {
 background-position: 0 -21px;
}

.kefu .kefu-liuyan i {
 background-position: 4px -53px;
}

.kefu .kefu-weixin i {
 background-position: -34px 4px;
}

.kefu .kefu-weibo i {
 background-position: -30px -22px;
}

.kefu .kefu-ftop {
 display: none;
}

.kefu .kefu-ftop i {
 width: 33px;
 height: 35px;
 background-position: -27px -51px;
}

.kefu .kefu-left {
 float: left;
 width: 77px;
 height: 47px;
 position: relative;
}

.kefu .kefu-tel-right {
 font-size: 16px;
 color: #fff;
 float: left;
 height: 24px;
 line-height: 22px;
 padding: 0 15px;
 border-left: 1px solid #fff;
 margin-top: 14px;
}

.kefu .kefu-right {
 width: 20px;
}

.kefu .kefu-tel-main {
 background: #dd2821;
 color: #fff;
 height: 56px;
 width: 247px;
 padding: 9px 0 6px;
 float: left;
}

.kefu .kefu-main {
 background: #dd2821;
 width: 97px;
 height: 56px;
 position: relative;
 padding: 9px 0 6px;
 float: left;
}

.kefu .kefu-weixin-pic {
 position: absolute;
 left: -130px;
 top: -24px;
 display: none;
 z-index: 333;
}

.kefu-weixin-pic img {
 width: 115px;
 height: 115px;
}

.dropdown {
 position: relative;
}

.dropdown-box {
 position: absolute;
 left: 0;
 top: 100%;
 z-index: 10;
 background-color: rgba(220, 40, 33, 0.8);
 width: 100%;
 display: none;
 overflow: hidden;
}

.dropdown-box li {
 border-bottom: 1px solid #ddd;
 text-align: center;
}

.dropdown-box li a {
 color: #fff;
 display: block;
 line-height: 40px;
 font-size: 16px;
}

.dropdown.open .dropdown-box {
 display: block;
}

.qinlin-header {
 background: url(../images/top_bg.gif) no-repeat center top;
}

.qinlin-header .logo {
 float: left;
 padding: 20px 0;
}

.qinlin-header .logo img {
 display: block;
 height: 60px;
 width: auto;
}

.qinlin-header .text {
 float: left;
 border-left: 1px solid #ddd;
 font-size: 26px;
 padding: 0 0 0 30px;
 margin: 20px 0 20px 30px;
 line-height: 60px;
 font-weight: bold;
}

.qinlin-header .tel {
 float: right;
 margin-top: 15px;
 background: url(../images/tel.gif) no-repeat right center;
 padding-right: 50px;
}

.qinlin-header .tel strong {
 display: block;
 font-size: 22px;
 font-family: Impact;
 line-height: 1;
 margin-top: 5px;
 color: #d6322c;
}

.qinlin-nav .icon {
 float: left;
 padding-top: 15px;
}

.qinlin-nav-ul {
 margin-left: 190px;
}

.qinlin-nav-ul&gt;li {
 float: left;
 margin-left: -6px;
}

.qinlin-nav-ul&gt;li&gt;a {
 display: block;
 padding: 0 26px;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 line-height: 68px;
 background: url(../images/nav_bor.gif) no-repeat left center;
}

.qinlin-nav-ul&gt;li&gt;a:hover,
.qinlin-nav-ul&gt;li.active&gt;a,
.qinlin-nav-ul&gt;li.open&gt;a {
 background: url(../images/nav_ico01.gif) no-repeat 0 center;
}

.qinlin-slideBox {
 height: 650px;
 position: relative;
 overflow: hidden;
}

.qinlin-slideBox .hd {
 position: absolute;
 bottom: 20px;
 font-size: 0;
 left: 0;
 width: 100%;
 text-align: center;
 z-index: 2;
}

.qinlin-slideBox .hd li {
 display: inline-block;
 width: 60px;
 height: 5px;
 margin: 0 10px;
 background-color: #fff;
 cursor: pointer;
}

.qinlin-slideBox .hd li.on {
 background-color: #dd2821;
}

.qinlin-slideBox .bd,
.qinlin-slideBox .bd ul,
.qinlin-slideBox .bd li {
 width: 100% !important;
}

.qinlin-slideBox .bd li {
 background: no-repeat center;
 background-size: cover;
}

.qinlin-slideBox .bd li a {
 display: block;
 width: 100%;
 height: 100%;
}

.qinlin-sou {
 padding: 20px 0;
 border-bottom: 1px solid #eee;
}

.qinlin-sou .hot {
 float: left;
 padding: 8px 0;
}

.qinlin-sou .hot a {
 margin-right: 10px;
}

.qinlin-sou .hform {
 float: right;
}

.qinlin-sou .hform input {
 float: left;
 font-size: 14px;
 border: 0;
 padding: 8px 10px;
 line-height: 20px;
 background: url(../images/s_inp.gif) no-repeat 0 0;
 width: 210px;
}

.qinlin-sou .hform button {
 border: 0;
 border-bottom: 1px solid transparent;
 padding: 0;
 float: left;
 cursor: pointer;
 outline: none;
 width: 49px;
 height: 36px;
 background: url(../images/s_so.gif) no-repeat 0 0;
}

.qinlin-sou-inner {
 background-color: #f2f2f2;
}

.qinlin-sou-inner .qinlin-sou {
 border-bottom: 0;
}

.qinlin-sou-inner .hot {
 padding: 6px 0;
}

.qinlin-sou-inner .hform {
 background-color: #fff;
 border-radius: 20px;
 overflow: hidden;
}

.qinlin-sou-inner .hform input {
 width: 240px;
 background: none;
 padding: 6px 15px;
}

.qinlin-sou-inner .hform button {
 background: url(../images/viskins-p1.png) no-repeat -258px -936px;
 width: 30px;
 height: 30px;
}

.qinlin-section {padding: 60px 0; }

.qinlin-section-title {
 text-align: center;
 margin-bottom: 40px;
 font-size: 40px;
 font-weight: bold;
}

.qinlin-section-title span {
 color: #dc2821;
}

.qinlin-section-title p {
 margin: 0;
 color: #999;
 font-weight: normal;
 font-size: 18px;
}

.qinlin-yin li {
 float: left;
 width: 20%;
 background: url(../images/yin_line.gif) no-repeat 0 0;
}

.qinlin-yin li:first-child {
 background: none;
}

.qinlin-yin li a {
 display: block;
 height: 275px;
 position: relative;
 text-align: center;
 padding: 0 30px;
}

.qinlin-yin li i {
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -40px;
 width: 80px;
 height: 80px;
 z-index: 1;
}

.qinlin-yin li i img {
 display: block;
 width: 100%;
 height: 100%;
}

.qinlin-yin li em {
 width: 80px;
 height: 80px;
 background: url(../images/yin_k01.png);
 z-index: -1;
 -webkit-animation: rotate 5s linear infinite;
 animation: rotate 5s linear infinite;
 display: block;
 margin: 0 auto;
}

.qinlin-yin li h4 {
 margin: 30px 0 0;
 font-size: 16px;
}

.qinlin-yin li p {
 margin: 15px 0;
 color: #666;
 line-height: 24px;
}

.qinlin-yin li span {
 width: 25px;
 height: 25px;
 background: url(../images/yin_more.gif) no-repeat 0 0;
 margin: 0 auto;
 display: none;
}

.qinlin-yin li a:hover span {
 display: block;
}

.qinlin-yin li a:hover em {
 background-image: url(../images/yin_k02.png);
}

.qinlin-cp-t {
 text-align: center;
 font-size: 0;
 margin-bottom: 30px;
}

.qinlin-cp-t li {
 display: inline-block;
 margin: 0 15px;
}

.qinlin-cp-t li a {
 display: block;
 line-height: 1;
 font-size: 18px;
}

.qinlin-cp-t li img {
 height: 18px;
 width: auto;
 display: inline-block;
 vertical-align: top;
 margin-right: 10px;
}

.qinlin-cp-c {
 padding-left: 1px;
 margin-bottom: 30px;
}

.qinlin-cp-c li {
 float: left;
 width: 33.333333%;
}

.qinlin-cp-c li a {
 display: block;
 border: 1px solid #eee;
 margin-left: -1px;
 position: relative;
}

.qinlin-cp-c li a:before {
 position: absolute;
 right: 0;
 top: 0;
 background: url(../images/cp_btn.png) no-repeat 0 0;
 width: 130px;
 height: 63px;
 content: "";
 display: none;
}

.qinlin-cp-c li .text {
 height: 143px;
 padding: 55px 0 0 66px;
}

.qinlin-cp-c li .text h4 {
 font-size: 24px;
 margin: 0;
 height: 85px;
 background: url(../images/cp_ico01.gif) no-repeat 0 bottom;
}

.qinlin-cp-c li .text h4 small {
 display: block;
 font-size: 14px;
 font-weight: normal;
 text-transform: uppercase;
 margin-top: 5px;
}

.qinlin-cp-c li .img-center {
 height: 290px;
 line-height: 290px;
}

.qinlin-cp-c li a:hover {
 -webkit-box-shadow: 0 5px 10px 5px #eee;
 box-shadow: 0 5px 10px 5px #eee;
 background: url(../images/cp_k02.gif) no-repeat;
 color: #333;
}

.qinlin-cp-c li a:hover:before {
 display: block;
}

.qinlin-cp-c li a:hover .text h4 {
 background: none;
}

.qinlin-cp-b {
 background-color: #333;
}

.qinlin-cp-b .tit {
 background: url(../images/cp_tbg.gif) no-repeat;
}

.qinlin-cp-b .tit .icon {
 float: right;
 text-align: center;
 font-size: 0;
 line-height: 70px;
 width: 200px;
}

.qinlin-cp-b .tit .icon i {
 display: inline-block;
 -webkit-animation: rotate 8s linear infinite;
 animation: rotate 8s linear infinite;
 width: 44px;
 height: 44px;
 background: url(../images/cp_ico03.png) no-repeat 0 0;
 vertical-align: middle;
 margin: 0 10px;
}

.qinlin-cp-b .tit .icon i:last-child {
 background-image: url(../images/cp_ico04.png);
}

.qinlin-cp-b .tit ul {
 padding-left: 75px;
}

.qinlin-cp-b .tit li {
 float: left;
 margin-right: 40px;
}

.qinlin-cp-b .tit li a {
 display: block;
 line-height: 70px;
 font-size: 16px;
 color: #e6b5b3;
 padding-left: 25px;
}

.qinlin-cp-b .tit li.active a,
.qinlin-cp-b .tit li a:hover {
 color: #fff;
 background: url(../images/cp_ico02.png) no-repeat 0 center;
}

.picMarquee-left {
 padding: 30px 26px;
}

.picMarquee-left li {
 float: left;
 width: 252px;
 margin-right: 35px;
}

.picMarquee-left li a {
 display: block;
}

.picMarquee-left li p {
 color: #bfbfbf;
 text-align: center;
 margin: 10px 0 0;
}

.picMarquee-left li .m {
 height: 142px;
 line-height: 142px;
 overflow: hidden;
}

.picMarquee-left li .m img {
 -webkit-transition: all 0.3s;
 transition: all 0.3s;
}

.picMarquee-left li a:hover .m img {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

.qinlin-ban1 {
 background: url(../images/ban01.jpg) no-repeat center;
 height: 167px;
}

.qinlin-ban1 .tel {
 float: right;
 color: #fff;
 padding-top: 30px;
}

.qinlin-ban1 .tel strong {
 font-size: 24px;
 font-style: italic;
}

.qinlin-ban1 .tel a {
 display: block;
 width: 130px;
 line-height: 30px;
 color: #fff;
 font-weight: bold;
 font-size: 16px;
 background: url(../images/ban_btn.png) no-repeat center;
 text-align: center;
 margin-top: 10px;
}

.qinlin-ban1 .tel a:hover {
 -webkit-animation: shake 1.5s linear;
 animation: shake 1.5s linear;
}

.qinlin-ys {
 margin-left: -150px;
}

.qinlin-ys li {
 float: left;
 width: 33.333333%;
}

.qinlin-ys dl {
 margin: 0 0 0 75px;
 padding-left: 75px;
 background: url(../images/ys_line.gif) no-repeat left center;
}

.qinlin-ys li:first-child dl {
 background: none;
}

.qinlin-ys dt {
 line-height: 54px;
 font-size: 24px;
 font-weight: bold;
}

.qinlin-ys dt i {
 display: inline-block;
 vertical-align: top;
 background: url(../images/ys_ico01.gif) no-repeat center;
 height: 54px;
 width: 34px;
 margin-right: 20px;
 -webkit-transition: all 1s ease-out;
 transition: all 1s ease-out;
}

.qinlin-ys dd {
 margin: 10px 0 0;
}

.qinlin-ys dd p {
 font-size: 16px;
 margin: 0;
 color: #666;
 line-height: 2;
}

.qinlin-ys dd .img-center {
 margin: 20px 0 0;
 position: relative;
 width: 282px;
 line-height: 150px;
 height: 150px;
 overflow: hidden;
}

.qinlin-ys dd .cover {
 -webkit-transition: all 1s;
 transition: all 1s;
}

.qinlin-ys dd .icon {
 position: absolute;
 right: 0;
 bottom: 0;
}

.qinlin-ys dl:hover dt i {
 -webkit-transform: rotateZ(360deg);
 transform: rotateZ(360deg);
}

.qinlin-ys dl:hover dd .cover {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

.qinlin-fw {
 margin-left: 500px;
 margin-bottom: 8px;
 padding-top: 10px;
}

.qinlin-fw dl {
 height: 71px;
 background: url(../images/fuw_k01.png) no-repeat 0 0;
 margin: 30px 0 0;
}

.qinlin-fw dt {
 width: 140px;
 font-size: 20px;
 font-weight: bold;
 background: url(../images/fuw_ico01.png) no-repeat 65px center;
 line-height: 71px;
 color: #fff;
 padding-left: 116px;
 float: left;
}

.qinlin-fw dd {
 margin-left: 256px;
 padding: 10px 0 0 40px;
 line-height: 24px;
 color: #787878;
}

.qinlin-fw dl:hover {
 background-image: url(../images/fuw_k02.png);
}

.qinlin-case {
 position: relative;
}

.qinlin-case .hd {
 float: left;
 border: 1px solid #eee;
 width: 388px;
}

.qinlin-case .hd ul {
 padding: 65px 0 31px 5px;
}

.qinlin-case .hd li {
 float: left;
 width: 152px;
 padding: 0 0 22px 25px;
}

.qinlin-case .hd li a {
 display: block;
 font-size: 18px;
 border: 1px solid #d8d8d8;
 line-height: 54px;
 border-radius: 28px 0 0 28px;
}

.qinlin-case .hd li span {
 display: inline-block;
 vertical-align: top;
 width: 40px;
 height: 40px;
 overflow: hidden;
 margin: 7px 12px 7px 7px;
}

.qinlin-case .hd li span img {
 display: block;
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.qinlin-case .hd li:nth-of-type(even) a {
 border-radius: 0 28px 28px 0;
 text-align: right;
}

.qinlin-case .hd li:nth-of-type(even) span {
 float: right;
 margin: 7px 7px 7px 12px;
}

.qinlin-case .hd li.on a {
 color: #fff;
 background-color: #dc2821;
 border-color: #dc2821;
}

.qinlin-case .hd li.on span img {
 margin-top: -40px;
}

.qinlin-case .bd {
 margin-left: 390px;
}

.qinlin-case .bd a {
 display: block;
 position: relative;
 height: 456px;
 overflow: hidden;
}

.qinlin-case .bd .img-center {
 height: 456px;
 line-height: 456px;
}

.qinlin-case .bd .text {
 position: absolute;
 left: 0;
 width: 570px;
 bottom: 0;
 padding: 13px 120px;
 color: #fff;
 background-color: rgba(0, 0, 0, 0.6);
}

.qinlin-case .bd .text h4 {
 margin: 0;
 font-size: 16px;
}

.qinlin-case .bd .text p {
 color: #ccc;
 margin: 10px 0 0;
}

.qinlin-case .arr {
 position: absolute;
 bottom: 0;
 left: 326px;
 z-index: 2;
 width: 128px;
 font-size: 0;
}

.qinlin-case .arr a {
 display: inline-block;
 vertical-align: top;
 width: 64px;
 height: 47px;
 background: no-repeat 0 0;
}

.qinlin-case .arr .prev {
 background-image: url(../images/case_lico01.gif);
}

.qinlin-case .arr .next {
 background-image: url(../images/case_rico02.gif);
}

.qinlin-hz {
 position: relative;
}

.qinlin-hz .tit {
 line-height: 50px;
 padding-bottom: 10px;
 background: url(../images/hz_line.gif) no-repeat center bottom;
 text-align: center;
 font-size: 22px;
 width: 137px;
 position: absolute;
 left: 0;
 top: -130px;
}

.qinlin-hz ul {
 margin: -16px 0 0 -16px;
}

.qinlin-hz li {
 float: left;
 width: 20%;
}

.qinlin-hz li a {
 display: block;
 border: 1px solid #eee;
 margin: 16px 0 0 16px;
 background-color: #fff;
}

.qinlin-hz li .img-center {
 height: 112px;
 line-height: 112px;
}

.qinlin-hz li a:hover {
 border-color: #ccc;
}

.qinlin-news .hd {
 font-size: 0;
 text-align: center;
 margin-bottom: 20px;
}

.qinlin-news .hd li {
 display: inline-block;
 vertical-align: top;
}

.qinlin-news .hd li a {
 display: block;
 line-height: 40px;
 width: 150px;
 font-size: 14px;
 background: url(../images/news_k01.gif) no-repeat;
}

.qinlin-news .hd li.on a {
 background-image: url(../images/news_k02.gif);
 color: #fff;
}

.qinlin-news .bd ul {
 margin-left: -40px;
}

.qinlin-news .bd li {
 float: left;
 width: 50%;
}

.qinlin-news .bd li a {
 display: block;
 margin-left: 40px;
 padding: 20px 0;
 border-bottom: 1px solid #eee;
}

.qinlin-news .bd li .img-center {
 overflow: hidden;
 margin-bottom: 20px;
 height: 192px;
 line-height: 192px;
}

.qinlin-news .bd li .img-center img {
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.qinlin-news .bd li a:hover .img-center img {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

.qinlin-news .bd li .date {
 float: left;
 width: 90px;
 background: url(../images/news_line.gif) no-repeat right center;
 color: #dc2821;
 padding: 5px 0;
}

.qinlin-news .bd li .date strong {
 display: block;
 font-size: 24px;
 color: #333;
}

.qinlin-news .bd li .info {
 margin-left: 110px;
}

.qinlin-news .bd li .info h4 {
 margin: 0;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.qinlin-news .bd li .info p {
 color: #888;
 margin: 4px 0 0;
 height: 40px;
 overflow: hidden;
}

.qinlin-about-t a {
 display: block;
 position: relative;
}

.qinlin-about-t .img-center {
 overflow: hidden;
 height: 414px;
 line-height: 414px;
}

.qinlin-about-t .img-center img {
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

.qinlin-about-t a:hover .img-center img {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

.qinlin-about-t .text {
 background-color: rgba(0, 0, 0, 0.6);
 color: #fff;
 position: absolute;
 bottom: 0;
 left: 0;
 padding: 15px 120px;
 width: 960px;
 line-height: 2;
}

.qinlin-about-t i {
 position: absolute;
 left: 0;
 top: 0;
 width: 205px;
 height: 97px;
 background: url(../images/ab_bt.png) no-repeat center;
}

.qinlin-about-c {
 margin: 30px 0;
}

.qinlin-about-c li {
 float: left;
 width: 33.333333%;
 text-align: center;
 background: url(../images/ab_line.gif) no-repeat 0 center;
 font-size: 0;
}

.qinlin-about-c li:first-child {
 background: none;
}

.qinlin-about-c li img {
 display: inline-block;
 vertical-align: top;
 margin-right: 10px;
 margin-top: 11px;
}

.qinlin-about-c li strong {
 display: inline-block;
 font-size: 42px;
 vertical-align: top;
}

.qinlin-about-c li span {
 font-size: 18px;
 display: inline-block;
 vertical-align: top;
 margin-top: 24px;
}

.qinlin-about-c li small {
 display: inline-block;
 color: #999;
 font-size: 14px;
 vertical-align: top;
 margin-left: 10px;
 margin-top: 28px;
}

.qinlin-about-b {
 margin-bottom: 30px;
}

.qinlin-about-b ul {
 text-align: center;
 font-size: 0;
 margin-bottom: -40px;
 position: relative;
 z-index: 1;
}

.qinlin-about-b li {
 display: inline-block;
 vertical-align: top;
}

.qinlin-about-b li a {
 display: block;
 width: 400px;
 line-height: 70px;
 background: url(../images/map_k01.png) no-repeat 0 0;
 font-size: 20px;
 padding-bottom: 10px;
}

.qinlin-about-b li i {
 display: inline-block;
 width: 30px;
 height: 34px;
 overflow: hidden;
 vertical-align: middle;
 margin-right: 20px;
 font-size: 0;
}

.qinlin-about-b li a:hover {
 background-image: url(../images/map_k02.png);
 color: #fff;
}

.qinlin-about-b li a:hover i img {
 margin-top: -34px;
}

.qinlin-link {
 padding: 10px 0 30px;
}

.qinlin-link h4 {
 border-bottom: 1px solid #ddd;
 margin: 0;
 line-height: 55px;
 font-size: 18px;
 color: #dc2821;
}

.qinlin-link h4 small {
 text-transform: uppercase;
 font-size: 16px;
 font-weight: normal;
 color: #999;
}

.qinlin-link ul {
 margin-left: -20px;
}

.qinlin-link li {
 float: left;
 margin-left: 20px;
 margin-top: 20px;
}

.footer {
 background-color: #242b27;
 color: #939b96;
 padding-bottom: 30px;
}

.footer a {
 color: #939b96;
}

.footer a:hover {
 color: #fff;
}

.footer-nav {
 background-color: #dc2821;
 color: #f0c7c6;
 padding: 15px 0;
 text-align: center;
}

.footer-nav a {
 color: #f0c7c6;
}

.footer-nav span {
 padding: 0 50px;
}

.footer-logo {
 float: left;
 border-right: 1px solid #383e3a;
 width: 500px;
 margin: 30px 0 0;
}

.footer-logo .img-center {
 float: left;
 width: 135px;
 line-height: 75px;
 height: 75px;
}

.footer-logo .text {
 margin-left: 150px;
 line-height: 25px;
}

.footer-logo .text p {
 margin: 0;
}

.footer-info {
 line-height: 25px;
 border-right: 1px solid #383e3a;
 width: 400px;
 margin: 30px 0 0 50px;
 float: left;
}

.footer-info p {
 margin: 0;
}

.footer-ewm {
 float: right;
 margin-top: 20px;
 margin-bottom: -20px;
}

.footer-ewm span {
 float: left;
 font-size: 12px;
 color: #5a615d;
 width: 18px;
 text-align: center;
 padding-top: 14px;
 margin-right: 14px;
}

.footer-ewm .img-center {
 float: right;
 width: 96px;
}

.qinlin-banner {
 height: 300px;
 background: no-repeat center;
}

.qinlin-banner a {
 display: block;
 width: 100%;
 height: 100%;
}

.qinlin-curmbs {
 padding: 15px 0;
 border-bottom: 1px dashed #dcdcdc;
 margin-bottom: 20px;
}

.qinlin-curmbs span {
 padding-left: 10px;

}

.qinlin-curmbs em {
 font-style: normal;
 padding: 0 5px;
 color: #999;
}

.ct2-sd {
 float: left;
 width: 240px;
}

.ct2-mn {
 float: right;
 width: 930px;
}

.panel-sd-hd {
 background-color: #dc2821;
 color: #fff;
 padding-bottom: 5px;
}

.panel-sd-hd h4 {
 text-align: center;
 border-bottom: 1px solid #fff;
 margin: 0;
 font-size: 24px;
 padding: 20px 0;
}

.panel-sd-bd {
 border: 1px solid #ececeb;
 padding: 5px 10px;
 border-top: 0;
}

.qinlin-column h3 {
 margin: 0 0 2px;
 font-weight: normal;
 background: url(../images/p14-icon5.png) no-repeat right center #ececeb;
 padding: 0 40px;
}

.qinlin-column h3 a {
 display: block;
 line-height: 50px;
 font-size: 18px;
 color: #333;
}

.qinlin-column h3.on,
.qinlin-column h3:hover {
 background: url(../images/p14-icon2.png) no-repeat right center #dc2821;
}

.qinlin-column h3.on a,
.qinlin-column h3:hover a {
 color: #fff;
}

.qinlin-column li {
 line-height: 50px;
 border-bottom: 1px solid #fff;
}

.qinlin-column li a {
 display: block;
 padding: 0 40px;
 background-color: #ececec;
}

.qinlin-column .sub&gt;a {
 position: relative;
}

.qinlin-column .sub&gt;a:after {
 content: "";
 width: 8px;
 height: 8px;
 border: 2px solid #b8b8b8;
 border-style: solid solid none none;
 position: absolute;
 top: 50%;
 right: 32px;
 margin-top: -4px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

.qinlin-column .sub.open&gt;a:after {
 border-color: #dc2821;
}

.qinlin-column .sub-box {
 border-left: 1px solid #ececec;
 border-right: 1px solid #ececec;
 display: none;
}

.qinlin-column .sub.open .sub-box {
 display: block;
}

.qinlin-column .sub-box p {
 margin: 0;
 border-bottom: 1px solid #ececec;
}

.qinlin-column .sub-box a {
 background-color: transparent;
 padding-left: 60px;
}

.qinlin-column ul li.on a {
 color: #dc2821;
}

.qinlin-column ul li.on&gt;a:after {
 border-color: #dc2821;
}

.qinlin-contact-z1 {
 height: 140px;
 background: url(../images/contact-z1.jpg) no-repeat;
 margin-bottom: 20px;
}

.qinlin-contact-z1 p {
 margin: 0;
 font-size: 20px;
 line-height: 30px;
 background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
 padding: 37px 0 0 95px;
}

.qinlin-contact-z1 span {
 line-height: 30px;
 font-size: 18px;
 padding-left: 73px;
}

.qinlin-contact-z2 {
 background-color: #dc2821;
 text-align: center;
 color: #fff;
 padding: 20px;
 margin-bottom: 20px;
}

.qinlin-contact-z2 p {
 margin: 0;
}

.qinlin-contact-z2 p img {
 vertical-align: middle;
 margin-right: 5px;
}

.qinlin-contact-z2 span {
 display: block;
 font-size: 28px;
 font-weight: bold;
 margin-top: 10px;
 line-height: 1;
}

.qinlin-pages {
 text-align: center;
 margin: 30px 0;
}

.qinlin-pages a {
 display: inline-block;
 margin: 0 3px;
 border: 1px solid #ddd;
 padding: 4px 12px;
 border-radius: 3px;
}

.qinlin-pages a.active {
 background-color: #dc2821;
 border-color: #dc2821;
 color: #fff;
}

.qinlin-title-1 {
 border-bottom: 1px solid #ececeb;
 height: 44px;
 margin-bottom: 15px;
 font-size: 24px;
}

.qinlin-title-1 span {
 display: inline-block;
 padding-bottom: 10px;
 border-bottom: 1px solid #333;
}

.qinlin-title-1-cp span {
 border: 0;
 padding: 0 15px;
 line-height: 44px;
 background-color: #dc2821;
 color: #fff;
}

.list-2 {
 margin: 20px 0 0 -20px;
}

.list-2 li {
 float: left;
 width: 25%;
}

.list-2 li a {
 display: block;
 margin: 0 0 20px 20px;
 border: 1px solid #ddd;
}

.list-2 li .m {
 height: 160px;
 line-height: 160px;
}

.list-2 li .text {
 padding: 5px 20px;
}

.list-2 li h4 {
 margin: 0;
 font-size: 18px;
 line-height: 45px;
 height: 45px;
 overflow: hidden;
 font-weight: normal;
 text-align: center;
}

.list-2 li a:hover {
 border-color: #dc2821;
}

.list-3 {
 margin-left: -15px;
}

.list-3 li {
 float: left;
 width: 25%;
}

.list-3 li a {
 display: block;
 margin: 0 0 15px 15px;
 border: 1px solid #ddd;
 position: relative;
}

.list-3 li a:hover {
 border-color: #c80003;
}

.list-3 li .m {
 height: 165px;
 line-height: 165px;
}

.list-3 li .text h4 {
 margin: 0;
 font-size: 16px;
 padding: 12px 20px 0;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.list-3 li .text p {
 margin: 0;
 padding: 0 20px 12px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.list-5 li {
 margin-bottom: 15px;
}

.list-5 li a {
 display: block;
 border: 1px solid #ddd;
 padding: 15px;
 overflow: hidden;
}

.list-5 li .m {
 float: left;
 width: 250px;
}

.list-5 li .m img {
 display: block;
 width: 100%;
 height: auto;
}

.list-5 li .text {
 margin-left: 270px;
}

.list-5 li .text h4 {
 margin: 0;
 line-height: 40px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 font-size: 18px;
}

.list-5 li .text h4 span {
 float: right;
 font-size: 12px;
 color: #999;
 font-weight: normal;
}

.list-5 li .text p {
 color: #797979;
}

.list-5 li .text .more {
 float: right;
 padding: 6px 12px;
 color: #fff;
 background-color: #b6b6b6;
}

.list-5 li a:hover {
 border-color: #dc2821;
}

.list-5 li a:hover .text h4 {
 color: #dc2821;
}

.list-5 li a:hover .text .more {
 background-color: #dc2821;
}

.list-5-1 li .m {
 width: 380px;
}

.list-5-1 li .text {
 margin-left: 400px;
}

.qinlin-infocontent {
 margin-bottom: 30px;
}

.qinlin-infocontent-title {
 margin-bottom: 20px;
 text-align: center;
}

.qinlin-infocontent-title h1 {
 margin: 0;
 font-size: 24px;
}

.qinlin-infocontent-title p {
 margin: 10px 0 0;
 font-size: 12px;
 color: #999;
}

.qinlin-infocontent-title p span {
 padding: 0 5px;
}

.qinlin-infocontent-desc {
 margin-bottom: 20px;
 border: 1px solid #ddd;
 padding: 20px;
}

.qinlin-infocontent-body {
 line-height: 2;
 margin-bottom: 20px;
}

.qinlin-infocontent-body img {
 max-width: 100%;
 height: auto;
}

.qinlin-infocontent-epx {
 margin-bottom: 20px;
}

.qinlin-infocontent-epx li {
 line-height: 32px;
 margin-bottom: 5px;
}

.qinlin-infocontent-epx li span {
 display: inline-block;
 background-color: #a2a2a2;
 color: #fff;
 padding: 0 15px;
 margin-right: 10px;
}

.qinlin-infocontent-epx li em {
 float: right;
 font-style: normal;
}

.qinlin-infocontent-return {
 border-top: 1px solid #333;
 line-height: 32px;
}

.qinlin-infocontent-return a {
 margin-right: 10px;
}

.qinlin-infocontent-return .more {
 margin: 0;
 float: right;
 background-color: #333;
 color: #fff;
 padding: 0 10px;
}

.qinlin-infocontent-rem {
 margin-bottom: 20px;
}

.qinlin-infocontent-rem h4 {
 margin: 0;
 font-size: 24px;
 line-height: 55px;
}

.qinlin-infocontent-rem li {
 border-top: 1px dashed #dbdbdb;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 line-height: 46px;
}

.qinlin-infocontent-rem li span {
 float: right;
}

.qinlin-showcase {
 padding: 20px;
 margin-bottom: 20px;
 border: 1px solid #ddd;
}

.qinlin-showcase-info {
 float: right;
 width: 460px;
}

.qinlin-showcase-info h1 {
 margin: 0 0 15px;
 font-size: 24px;
 line-height: 40px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.qinlin-showcase-info p {
 margin: 0;
 color: #666;
 height: 168px;
}

.qinlin-showcase-info .tel {
 border-top: 2px solid #e6e6e6;
 margin-top: 15px;
 padding-top: 15px;
 background: url(../images/pc-xc-icon2.png) no-repeat 10px 15px;
 height: 42px;
 padding-left: 70px;
 line-height: 21px;
 font-size: 18px;
}

.qinlin-showcase-info .tel a {
 float: right;
 line-height: 42px;
 padding: 0 15px;
 background-color: #dc2821;
 color: #fff;
}

.pc-slide {
 width: 400px;
 float: left;
}

.view {
 border: 1px solid #ddd;
}

.view .swiper-slide .imgauto {
 width: 100%;
 height: 350px;
 line-height: 350px;
}

.view .swiper-container {
 width: 100%;
}

.preview {
 width: 100%;
 margin-top: 10px;
 position: relative;
}

.preview .swiper-container {
 width: 80%;
 margin: 0 10%;
}

.preview .swiper-slide {
 width: 30.33%;
 padding: 5px;
}

.preview .swiper-slide .imgauto {
 width: 100%;
 height: 80px;
 line-height: 78px;
 border: 1px solid #ddd;
 text-align: center;
}

.preview .swiper-slide .imgauto img {
 display: inline-block;
 vertical-align: middle;
 max-width: 100%;
 max-height: 100%;
}

.preview .slide6 {
 width: 82px;
}

.preview .arrow-left {
 background: url(../images/feel3.png) no-repeat left top;
 position: absolute;
 left: 10px;
 top: 50%;
 margin-top: -9px;
 width: 9px;
 height: 18px;
 z-index: 10;
}

.preview .arrow-right {
 background: url(../images/feel4.png) no-repeat left bottom;
 position: absolute;
 right: 10px;
 top: 50%;
 margin-top: -9px;
 width: 9px;
 height: 18px;
 z-index: 10;
}

.preview .active-nav .imgauto {
 border: 1px solid #dc2821;
}

div.zoomDiv {
 z-index: 999;
 position: absolute;
 top: 0;
 left: 0;
 background: #ffffff;
 border: 1px solid #ddd;
 display: none;
 text-align: center;
 overflow: hidden;
 font-size: 0;
}

div.zoomMask {
 position: absolute;
 background: url(../images/mask.png) repeat scroll 0 0 transparent;
 cursor: move;
 z-index: 1;
}

.qinlin-drst {
 margin-left: -20px;
 margin-bottom: 30px;
}

.qinlin-drst li {
 float: left;
 margin-left: 20px;
 width: 274px;
 padding: 20px 10px;
 border: 1px solid #dc2821;
 -webkit-box-shadow: 5px 5px 10px #b1b1b1;
 box-shadow: 5px 5px 10px #b1b1b1;
 text-align: center;
}

.qinlin-drst .text {
 margin: 15px 0 0;
}

.qinlin-drst .text h4 {
 margin: 0;
 font-size: 18px;
 font-weight: normal;
 color: #dc2821;
}

.qinlin-drst .text p {
 margin: 15px 0 0;
 line-height: 2;
}

.qinlin-menu-inner {
 text-align: center;
 margin-bottom: 20px;
}

.qinlin-menu-inner a {
 float: left;
 width: 20%;
 margin-top: 5px;
}

.qinlin-menu-inner span {
 display: block;
 margin-left: 1px;
 background-color: #f4f4f4;
 color: #333;
 font-size: 18px;
 line-height: 55px;
}

.qinlin-menu-inner a:hover span,
.qinlin-menu-inner a.active span {
 background: url(../images/p16-icon6.png) no-repeat center bottom #dc2821;
 color: #fff;
}

.qinlin-about-1 dl {
 margin: 0;
}

.qinlin-about-1 dt {
 float: left;
 width: 640px;
}

.qinlin-about-1 dt img {
 display: block;
 width: 100%;
 height: auto;
}

.qinlin-about-1 dd {

 padding-top: 20px;
}

.qinlin-about-1 dd h4 {
 margin: 0;
 font-size: 24px;
 background: url(../images/538c710d1a484672aaa83c385ec5da43_4.jpg) no-repeat left bottom;
 padding-bottom: 30px;
}

.qinlin-about-1 dd h4 img {
 display: block;
 margin-bottom: 15px;
}

.qinlin-about-1 dd p {
 margin: 25px 0 0;
 font-size: 16px;
 line-height: 2;
}

.qinlin-about-1 dd span {
 width: 230px;
 line-height: 50px;
 text-align: center;
 color: #dc2821;
 font-weight: bold;
 background: url(../images/538c710d1a484672aaa83c385ec5da43_12.jpg) no-repeat left top;
 display: block;
 font-size: 20px;
 margin-top: 32px;
}

.qinlin-about-2 {
 background: url(../images/ab0a61767dee4077863d6c3196852dce_10.jpg) no-repeat 0 0;
}

.qinlin-about-2 p {
 padding: 67px 30px;
 margin: 0 auto;
 width: 835px;
 background-color: rgba(255, 255, 255, 0.68);
 font-size: 16px;
 line-height: 2;
}

.lxkf {
 margin: 0;
 overflow: hidden;
}

.lxkf dt {
 float: left;
}

.lxkf dt img {
 display: block;
}

.lxkf dd {
 margin-left: 260px;
}

.lxkf dd h4 {
 margin: 0 0 15px;
 padding: 25px 0 10px;
 display: inline-block;
 border-bottom: 5px solid #dc2821;
 font-size: 24px;
 color: #dc2821;
}

.lxkf dd h4 span {
 color: #999;
 font-size: 16px;
 margin-left: 10px;
}

.lxkf dd p {
 margin: 0;
 line-height: 2;
}

.qinlin-contact-text {
 float: left;
 width: 410px;
 margin: 0;
 background-color: #393a3f;
 color: #fff;
 height: 450px;
}

.qinlin-contact-text dt {
 font-size: 26px;
 line-height: 105px;
 background-color: #dc2821;
 text-align: center;
}

.qinlin-contact-text dd {
 padding: 20px;
 line-height: 45px;
 margin: 0;
 font-size: 16px;
}

.qinlin-contact-text dd p {
 margin: 0;
}

.qinlin-contact-map {
 float: right;
 width: 750px;
}

.qinlin-message {
 background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
 border: 1px solid #ddd;
 padding: 50px 200px;
 margin-bottom: 30px;
}

.form-group {
 margin-bottom: 15px;
}

.form-label {
 float: left;
 line-height: 34px;
 width: 120px;
 text-align: right;
}

.form-label span {
 color: #e50112;
}

.form-content {
 margin-left: 130px;
}

.form-control {
 line-height: 20px;
 font-size: 14px;
 border: 1px solid #ddd;
 padding: 6px 12px;
 width: 600px;
 display: inline-block;
 vertical-align: top;
 font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue",
 Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei",
 sans-serif;
}

select.form-control {
 height: 34px;
}

.form-submit {
 padding: 6px 22px;
 color: #fff;
 background-color: #dc2821;
 border: 0;
 cursor: pointer;
 font-size: 16px;
 border-radius: 3px;
}

.form-button {
 padding: 6px 22px;
 color: #fff;
 background-color: #767676;
 border: 0;
 cursor: pointer;
 font-size: 16px;
 border-radius: 3px;
}

.list-4 {
 margin: 0 0 0 -20px;
}

.list-4 li {
 float: left;
 width: 25%;
}

.list-4 li a {
 display: block;
 margin: 0 0 20px 20px;
 border: 1px solid #ececeb;
}

.list-4 li a:hover {
 border-color: #dc2821;
}

.list-4 li .m {
 padding: 10px;
 height: 200px;
 line-height: 200px;
}

.list-4 li .text {
 padding: 5px 20px;
 background-color: #f0f0f0;
}

.list-4 li .text h4 {
 margin: 0;
 font-size: 14px;
 line-height: 45px;
 height: 45px;
 overflow: hidden;
 font-weight: normal;
 text-align: center;
}

.qinlin-cp-t1 {
 margin: 0 0 20px;
}

.qinlin-cp-t1 dt {
 display: inline-block;
 line-height: 34px;
 background-color: #dc2821;
 padding: 0 15px;
 color: #fff;
 font-size: 16px;
}

.qinlin-cp-t1 dd {
 background-color: #f6f6f6;
 border-bottom: 4px solid #dc2821;
 margin: 15px 0 0;
 padding: 15px;
 line-height: 1.8;
 font-size: 16px;
}

.qinlin-cp-t2 {
 margin: 0 0 0 -28px;
}

.qinlin-cp-t2 li {
 float: left;
 margin-left: 28px;
 margin-bottom: 20px;
 width: 289px;
 border: 1px solid #eee;
}

.qinlin-cp-t2 li .img-center {
 height: 180px;
 line-height: 180px;
}

.qinlin-cp-t2 li .text {
 padding: 15px;
}

.qinlin-cp-t2 li .text strong {
 text-align: center;
 display: block;
 font-size: 16px;
 color: #dc2821;
}

.qinlin-cp-t2 li .text p {
 font-size: 16px;
 margin: 15px 0 0;
}

#message {
 position: fixed;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 z-index: 1000;
 transform: scale(0);
 transition: 0.3s;
}

.messagebg {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.6);
 z-index: 1001;
}

#message .m-content {
 margin-top: 10%;
}

#message .m-content .m-message {
 background: #fff;
 width: 580px;
 background: #fff;
 padding: 50px;
 margin: 0 auto;
 position: relative;
 z-index: 1002;
 box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
}

.m-message {
 width: 494px;
 margin: 48px auto 0;
}

.m-message label {
 margin-bottom: 15px;
 display: block;
 font-size: 14px;
}

.m-message label em {
 display: block;
 float: right;
 color: red;
 height: 32px;
 line-height: 32px;
}

.m-message label span {
 width: 70px;
 height: 34px;
 line-height: 34px;
 color: #2f2f2f;
 float: left;
 font-weight: bold;
 text-align: right;
 margin-right: 30px;
 display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
 width: 77%;
 overflow: hidden;
 height: 32px;
 line-height: 32px;
 border: #cccccc 1px solid;
 border-radius: 3px;
 padding: 0 14px;
 box-sizing: border-box;
 color: #555;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 -webkit-transition: border-color ease-in-out 0.15s,
 -webkit-box-shadow ease-in-out 0.15s;
 -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
 transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
 border-color: #66afe9;
 outline: 0;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
 0 0 8px rgba(247, 150, 0, 0.6);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
 0 0 8px rgba(247, 150, 0, 0.6);
}

.m-message label textarea {
 height: 72px;
 line-height: 24px;
 padding: 10px 14px;
}

.m-message label.code {
 line-height: 34px;
}

.m-message label.code input {
 width: 30%;
 float: left;
 margin-right: 30px;
}

.m-message label.code .pic {
 display: inline-block;
 vertical-align: top;
 width: 80px;
 height: 32px;
}

.m-message label.code img {
 display: block;
 width: 100%;
 height: 100%;
}

.btn-1 input {
 width: 52px;
 height: 32px;
 line-height: 32px;
 background: #e8e8e8;
 border: none;
 color: #333;
 margin-right: 22px;
 cursor: pointer;
 transition: 0.3s;
}

.btn-1 {
 padding-left: 100px;
}

.btn-1 input.focus {
 background: #dc2821;
 color: #fff;
}

.btn-1 input.focus:hover {
 background: #444;
}

.btn-1 input:hover {
 background: #ccc;
}

.gduo {
 height: 30px;
 line-height: 30px;
 background: #f7f7f7;
 overflow: hidden;
 margin: 15px 0px;
 padding: 0 10px;
}

.gduo span {
 float: right;
 width: 320px;
 overflow: hidden;
 height: 30px;
 display: block;
}

.gduo a {
 font-weight: bold;
}

.pages {
 text-align: center;
 margin-bottom: 10px;
}

.qilin_pager a {
 margin-right: 10px;
 height: 30px;
 line-height: 30px;
 text-align: center;
 color: #666;
 background: #fff;
 border-color: #ddd;
 border-width: 1px;
 border-style: solid;
 border-radius: 3px;
 padding: 5px 10px;
}

.qilin_pager a.Ahover {
 color: #03a4ac;
}

.qinlin-infocontent-epx {
 margin-bottom: 1rem;
}

.qinlin-infocontent-epx li {
 line-height: 1rem;
 margin-bottom: 0.75rem;
}

.qinlin-infocontent-epx li span {
 background-color: #a2a2a2;
 color: #fff;
 padding: 0 0.25rem;
 font-size: 0.6rem;
 float: left;
}

.qinlin-infocontent-epx li a {
 display: block;
 margin-left: 2.75rem;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
</pre></body></html>